home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / x3270 / unix_files / printerc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-09-06  |  587 b   |  19 lines

  1. /*      
  2.  * Copyright 2000 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */     
  9.  
  10. /*     
  11.  *    printerc.h
  12.  *        Printer session support
  13.  */             
  14.  
  15. extern void printer_lu_dialog(void);
  16. extern void printer_start(const char *lu);
  17. extern void printer_stop(void);
  18. extern Boolean printer_running(void);
  19.